-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add event serialization testing #9573
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9573 +/- ##
==========================================
+ Coverage 91.71% 91.74% +0.02%
==========================================
Files 429 426 -3
Lines 26672 26589 -83
==========================================
- Hits 24463 24393 -70
+ Misses 2209 2196 -13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #9573 will not alter performanceComparing Summary
|
261b703
to
bdac9c6
Compare
7089a3b
to
9c6ec15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Some suggestions and questions
068f567
to
3436a3e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Remember to squash the review commit. I had one comment regarding @dataclass
, which you can take into account if you agree.
tests/ert/unit_tests/run_models/test_status_events_serialization.py
Outdated
Show resolved
Hide resolved
60455e1
to
741e418
Compare
741e418
to
9abf27f
Compare
Issue
Resolves #9517
Approach
Add serialization roundtrip for all events generated by EverestRunModel
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable